home *** CD-ROM | disk | FTP | other *** search
- -- background: 2588 from stack: in
- -- bmap block id: 3285
- -- flags: 4000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
- -- <next> 1 302,265,490,340
- -- 58,57 10,-24 72,1 -6,12 27,0 0,-13 17,21 -17,15 -1,-9 -57,4 14,-16 -59,9
- -- <prev> 2 99,290,234,327
- -- 0,13 43,-13 -10,10 63,-1 -8,9 47,-1 -12,18 -58,2 1,-8 -42,-2 -1,9 -23,-23
- -- <>
-
- on mouseDown
- if polybutton(the script of this bg) is "pass" then pass mouseDown
- end mouseDown
-
- on next
- go to next card
- end next
-
- on prev
- go to prev card
- end prev
-
- on openCard
- get "Card " & the number of this card & " of " & the number of cards
- put it into bg fld "Card Number"
- pass openCard
- end openCard
-
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=28 top=288 right=335 bottom=75
- -- title width / last selected line: 0
- -- icon id / first selected line: 20098 / 20098
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
- on mouseUp
- lock screen
- go home
- unlock screen with dissolve
- end mouseUp
-
-
-
- -- part 26 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=31 top=11 right=271 bottom=485
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 27 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=247 top=302 right=323 bottom=350
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Card Number
-